Html Css Color HEX #B19031 Reef Gold

📋 copy color: '#B19031'

red 177 ◦ green 144 ◦ blue 49

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

Shades of Reef Gold #B19031

Tints of Reef Gold #B19031

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.92%

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

R = 47.84%
G = 38.92%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B19031 (or 0xB19031) is known color: Reef Gold. HEX triplet: B1, 90 and 31. RGB value is (177,144,49). Sum of RGB (Red+Green+Blue) = 177+144+49=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B19031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19031 is #4E6FCE. Grayscale: #8F8F8F. Windows color (decimal): -5140431 or 3248305. OLE color: 3248305.

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

Color convert

RGB 177 144 49 -
CMYK 0 0.19 0.72 0.31
HSL 44.53º 0.57% 0.44% -
HSV(B) 44.53º 0.72% 0.69% -
XYZ 28.66 29.52 7.09 -
YUV 143.04 74.93 152.22 -
System Red Green Blue C M Y K H S L
Decimal 177 144 49 0 0.19 0.72 0.31 44.53 0.57 0.44
Hex B1 90 31 0 13 48 1F 2D 39 2C
Octal 261 220 61 0 23 110 37 55 71 54
Binary 10110001 10010000 110001 0 10011 1001000 11111 101101 111001 101100

Color Harmonies of #B19031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19031

Black with #B19031

Text Example


Text Example

White with #B19031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19031; }

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

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

background-color css

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

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

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

border-color css

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

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

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