Html Css Color HEX #B19231 Reef Gold

📋 copy color: '#B19231'

red 177 ◦ green 146 ◦ blue 49

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

Shades of Reef Gold #B19231

Tints of Reef Gold #B19231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.17%

R = 47.58%
G = 39.25%
B = 13.17%

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

#B19231 (or 0xB19231) is known color: Reef Gold. HEX triplet: B1, 92 and 31. RGB value is (177,146,49). Sum of RGB (Red+Green+Blue) = 177+146+49=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 49 (19.53% from 255 or 13.17% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B19231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19231 is #4E6DCE. Grayscale: #909090. Windows color (decimal): -5139919 or 3248817. OLE color: 3248817.

HSL color Cylindrical-coordinate representation of color #B19231: hue angle of 45.47º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B19231 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 146 49 -
CMYK 0 0.18 0.72 0.31
HSL 45.47º 0.57% 0.44% -
HSV(B) 45.47º 0.72% 0.69% -
XYZ 28.96 30.13 7.19 -
YUV 144.21 74.27 151.39 -
System Red Green Blue C M Y K H S L
Decimal 177 146 49 0 0.18 0.72 0.31 45.47 0.57 0.44
Hex B1 92 31 0 12 48 1F 2D 39 2C
Octal 261 222 61 0 22 110 37 55 71 54
Binary 10110001 10010010 110001 0 10010 1001000 11111 101101 111001 101100

Color Harmonies of #B19231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19231

Black with #B19231

Text Example


Text Example

White with #B19231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19231; }

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

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

background-color css

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

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

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

border-color css

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

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

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