Html Css Color HEX #B19035 Reef Gold

📋 copy color: '#B19035'

red 177 ◦ green 144 ◦ blue 53

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

Shades of Reef Gold #B19035

Tints of Reef Gold #B19035

RGB

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

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

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

R = 47.33%
G = 38.5%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B19035 (or 0xB19035) is known color: Reef Gold. HEX triplet: B1, 90 and 35. RGB value is (177,144,53). Sum of RGB (Red+Green+Blue) = 177+144+53=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 144 (56.64% from 255 or 38.50% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B19035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19035 is #4E6FCA. Grayscale: #8F8F8F. Windows color (decimal): -5140427 or 3510449. OLE color: 3510449.

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

Color convert

RGB 177 144 53 -
CMYK 0 0.19 0.70 0.31
HSL 44.03º 0.54% 0.45% -
HSV(B) 44.03º 0.7% 0.69% -
XYZ 28.75 29.55 7.56 -
YUV 143.49 76.93 151.9 -
System Red Green Blue C M Y K H S L
Decimal 177 144 53 0 0.19 0.70 0.31 44.03 0.54 0.45
Hex B1 90 35 0 13 46 1F 2C 36 2D
Octal 261 220 65 0 23 106 37 54 66 55
Binary 10110001 10010000 110101 0 10011 1000110 11111 101100 110110 101101

Color Harmonies of #B19035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19035

Black with #B19035

Text Example


Text Example

White with #B19035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19035; }

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

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

background-color css

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

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

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

border-color css

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

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

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