Html Css Color HEX #B19532 Reef Gold

📋 copy color: '#B19532'

red 177 ◦ green 149 ◦ blue 50

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

Shades of Reef Gold #B19532

Tints of Reef Gold #B19532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.63%

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

R = 47.07%
G = 39.63%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B19532 (or 0xB19532) is known color: Reef Gold. HEX triplet: B1, 95 and 32. RGB value is (177,149,50). Sum of RGB (Red+Green+Blue) = 177+149+50=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B19532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19532 is #4E6ACD. Grayscale: #929292. Windows color (decimal): -5139150 or 3315121. OLE color: 3315121.

HSL color Cylindrical-coordinate representation of color #B19532: hue angle of 46.77º 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 #B19532 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 149 50 -
CMYK 0 0.16 0.72 0.31
HSL 46.77º 0.56% 0.45% -
HSV(B) 46.77º 0.72% 0.69% -
XYZ 29.45 31.07 7.46 -
YUV 146.09 73.78 150.05 -
System Red Green Blue C M Y K H S L
Decimal 177 149 50 0 0.16 0.72 0.31 46.77 0.56 0.45
Hex B1 95 32 0 10 48 1F 2F 38 2D
Octal 261 225 62 0 20 110 37 57 70 55
Binary 10110001 10010101 110010 0 10000 1001000 11111 101111 111000 101101

Color Harmonies of #B19532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19532

Black with #B19532

Text Example


Text Example

White with #B19532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19532; }

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

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

background-color css

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

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

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

border-color css

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

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

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