Html Css Color HEX #B19232 Reef Gold

📋 copy color: '#B19232'

red 177 ◦ green 146 ◦ blue 50

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

Shades of Reef Gold #B19232

Tints of Reef Gold #B19232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.14%

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

R = 47.45%
G = 39.14%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B19232 (or 0xB19232) is known color: Reef Gold. HEX triplet: B1, 92 and 32. RGB value is (177,146,50). Sum of RGB (Red+Green+Blue) = 177+146+50=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 50 (19.92% from 255 or 13.40% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B19232 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19232 is #4E6DCD. Grayscale: #909090. Windows color (decimal): -5139918 or 3314353. OLE color: 3314353.

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

Color convert

RGB 177 146 50 -
CMYK 0 0.18 0.72 0.31
HSL 45.35º 0.56% 0.45% -
HSV(B) 45.35º 0.72% 0.69% -
XYZ 28.99 30.14 7.31 -
YUV 144.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 177 146 50 0 0.18 0.72 0.31 45.35 0.56 0.45
Hex B1 92 32 0 12 48 1F 2D 38 2D
Octal 261 222 62 0 22 110 37 55 70 55
Binary 10110001 10010010 110010 0 10010 1001000 11111 101101 111000 101101

Color Harmonies of #B19232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19232

Black with #B19232

Text Example


Text Example

White with #B19232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19232; }

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

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

background-color css

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

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

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

border-color css

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

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

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