Html Css Color HEX #B19632 Reef Gold

📋 copy color: '#B19632'

red 177 ◦ green 150 ◦ blue 50

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

Shades of Reef Gold #B19632

Tints of Reef Gold #B19632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.79%

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

R = 46.95%
G = 39.79%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B19632 (or 0xB19632) is known color: Reef Gold. HEX triplet: B1, 96 and 32. RGB value is (177,150,50). Sum of RGB (Red+Green+Blue) = 177+150+50=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B19632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19632 is #4E69CD. Grayscale: #939393. Windows color (decimal): -5138894 or 3315377. OLE color: 3315377.

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

Color convert

RGB 177 150 50 -
CMYK 0 0.15 0.72 0.31
HSL 47.24º 0.56% 0.45% -
HSV(B) 47.24º 0.72% 0.69% -
XYZ 29.61 31.39 7.52 -
YUV 146.67 73.45 149.63 -
System Red Green Blue C M Y K H S L
Decimal 177 150 50 0 0.15 0.72 0.31 47.24 0.56 0.45
Hex B1 96 32 0 F 48 1F 2F 38 2D
Octal 261 226 62 0 17 110 37 57 70 55
Binary 10110001 10010110 110010 0 1111 1001000 11111 101111 111000 101101

Color Harmonies of #B19632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19632

Black with #B19632

Text Example


Text Example

White with #B19632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19632; }

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

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

background-color css

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

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

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

border-color css

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

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

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