Html Css Color HEX #B19935 Reef Gold

📋 copy color: '#B19935'

red 177 ◦ green 153 ◦ blue 53

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

Shades of Reef Gold #B19935

Tints of Reef Gold #B19935

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

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

R = 46.21%
G = 39.95%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B19935 (or 0xB19935) is known color: Reef Gold. HEX triplet: B1, 99 and 35. RGB value is (177,153,53). Sum of RGB (Red+Green+Blue) = 177+153+53=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 53 (21.09% from 255 or 13.84% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B19935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19935 is #4E66CA. Grayscale: #959595. Windows color (decimal): -5138123 or 3512753. OLE color: 3512753.

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

Color convert

RGB 177 153 53 -
CMYK 0 0.14 0.70 0.31
HSL 48.39º 0.54% 0.45% -
HSV(B) 48.39º 0.7% 0.69% -
XYZ 30.17 32.39 8.03 -
YUV 148.78 73.95 148.13 -
System Red Green Blue C M Y K H S L
Decimal 177 153 53 0 0.14 0.70 0.31 48.39 0.54 0.45
Hex B1 99 35 0 E 46 1F 30 36 2D
Octal 261 231 65 0 16 106 37 60 66 55
Binary 10110001 10011001 110101 0 1110 1000110 11111 110000 110110 101101

Color Harmonies of #B19935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B19935

Black with #B19935

Text Example


Text Example

White with #B19935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B19935; }

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

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

background-color css

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

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

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

border-color css

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

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

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