Html Css Color HEX #B19332 Reef Gold

📋 copy color: '#B19332'

red 177 ◦ green 147 ◦ blue 50

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

Shades of Reef Gold #B19332

Tints of Reef Gold #B19332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.3%

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

R = 47.33%
G = 39.3%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B19332 (or 0xB19332) is known color: Reef Gold. HEX triplet: B1, 93 and 32. RGB value is (177,147,50). Sum of RGB (Red+Green+Blue) = 177+147+50=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B19332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19332 is #4E6CCD. Grayscale: #919191. Windows color (decimal): -5139662 or 3314609. OLE color: 3314609.

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

Color convert

RGB 177 147 50 -
CMYK 0 0.17 0.72 0.31
HSL 45.83º 0.56% 0.45% -
HSV(B) 45.83º 0.72% 0.69% -
XYZ 29.14 30.44 7.36 -
YUV 144.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 177 147 50 0 0.17 0.72 0.31 45.83 0.56 0.45
Hex B1 93 32 0 11 48 1F 2E 38 2D
Octal 261 223 62 0 21 110 37 56 70 55
Binary 10110001 10010011 110010 0 10001 1001000 11111 101110 111000 101101

Color Harmonies of #B19332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19332

Black with #B19332

Text Example


Text Example

White with #B19332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19332; }

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

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

background-color css

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

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

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

border-color css

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

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

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