Html Css Color HEX #B19235 Reef Gold

📋 copy color: '#B19235'

red 177 ◦ green 146 ◦ blue 53

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

Shades of Reef Gold #B19235

Tints of Reef Gold #B19235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 47.07%
G = 38.83%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B19235 (or 0xB19235) is known color: Reef Gold. HEX triplet: B1, 92 and 35. RGB value is (177,146,53). Sum of RGB (Red+Green+Blue) = 177+146+53=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 177 - color contains mainly: red. Hex color #B19235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19235 is #4E6DCA. Grayscale: #919191. Windows color (decimal): -5139915 or 3510961. OLE color: 3510961.

HSL color Cylindrical-coordinate representation of color #B19235: hue angle of 45º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B19235 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 53 -
CMYK 0 0.18 0.70 0.31
HSL 45º 0.54% 0.45% -
HSV(B) 45º 0.7% 0.69% -
XYZ 29.05 30.16 7.66 -
YUV 144.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 177 146 53 0 0.18 0.70 0.31 45 0.54 0.45
Hex B1 92 35 0 12 46 1F 2D 36 2D
Octal 261 222 65 0 22 106 37 55 66 55
Binary 10110001 10010010 110101 0 10010 1000110 11111 101101 110110 101101

Color Harmonies of #B19235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19235

Black with #B19235

Text Example


Text Example

White with #B19235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19235; }

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

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

background-color css

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

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

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

border-color css

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

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

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