Html Css Color HEX #B18E32 Reef Gold

📋 copy color: '#B18E32'

red 177 ◦ green 142 ◦ blue 50

#B18E32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #B18E32

Tints of Reef Gold #B18E32

RGB

 RED value IS 177 (69.53% from 255) = 47.97%

 GREEN value IS 142 (55.86% from 255) = 38.48%

 BLUE value IS 50 (19.92% from 255) = 13.55%

R = 47.97%
G = 38.48%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B18E32 (or 0xB18E32) is known color: Reef Gold. HEX triplet: B1, 8E and 32. RGB value is (177,142,50). Sum of RGB (Red+Green+Blue) = 177+142+50=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E32 is #4E71CD. Grayscale: #8E8E8E. Windows color (decimal): -5140942 or 3313329. OLE color: 3313329.

HSL color Cylindrical-coordinate representation of color #B18E32: hue angle of 43.46º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B18E32 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 142 50 -
CMYK 0 0.20 0.72 0.31
HSL 43.46º 0.56% 0.45% -
HSV(B) 43.46º 0.72% 0.69% -
XYZ 28.38 28.92 7.1 -
YUV 141.98 76.1 152.98 -
System Red Green Blue C M Y K H S L
Decimal 177 142 50 0 0.20 0.72 0.31 43.46 0.56 0.45
Hex B1 8E 32 0 14 48 1F 2B 38 2D
Octal 261 216 62 0 24 110 37 53 70 55
Binary 10110001 10001110 110010 0 10100 1001000 11111 101011 111000 101101

Color Harmonies of #B18E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18E32

Black with #B18E32

Text Example


Text Example

White with #B18E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18E32; }

 p { color: rgb(177,142,50); }

 H1.HeaderClassName
 {
   color: #B18E32;
 }
 .AnyTagClassName
 {
   color: #B18E32;
 }
</style>

background-color css

<style>
 a { background-color: #B18E32; }

 a { background-color: rgb(177,142,50); }

 div.DivClassName
 {
   background-color: #B18E32;
 }
 .BgClassName
 {
   background-color: #B18E32;
 }
</style>

border-color css

<style>
 span { border-color: #B18E32; }

 span { border-color: rgb(177,142,50); }

 td.TdClassName
 {
   border-color: #B18E32;
 }
 .TagClassName
 {
   border-color: #B18E32;
 }
</style>