Html Css Color HEX #B09138 Reef Gold

📋 copy color: '#B09138'

red 176 ◦ green 145 ◦ blue 56

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

Shades of Reef Gold #B09138

Tints of Reef Gold #B09138

RGB

 RED value IS 176 (69.14% from 255) = 46.68%

 GREEN value IS 145 (57.03% from 255) = 38.46%

 BLUE value IS 56 (22.27% from 255) = 14.85%

R = 46.68%
G = 38.46%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B09138 (or 0xB09138) is known color: Reef Gold. HEX triplet: B0, 91 and 38. RGB value is (176,145,56). Sum of RGB (Red+Green+Blue) = 176+145+56=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B09138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09138 is #4F6EC7. Grayscale: #909090. Windows color (decimal): -5205704 or 3707312. OLE color: 3707312.

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

Color convert

RGB 176 145 56 -
CMYK 0 0.18 0.68 0.31
HSL 44.5º 0.52% 0.45% -
HSV(B) 44.5º 0.68% 0.69% -
XYZ 28.74 29.77 7.97 -
YUV 144.12 78.27 150.74 -
System Red Green Blue C M Y K H S L
Decimal 176 145 56 0 0.18 0.68 0.31 44.5 0.52 0.45
Hex B0 91 38 0 12 44 1F 2C 34 2D
Octal 260 221 70 0 22 104 37 54 64 55
Binary 10110000 10010001 111000 0 10010 1000100 11111 101100 110100 101101

Color Harmonies of #B09138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09138

Black with #B09138

Text Example


Text Example

White with #B09138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09138; }

 p { color: rgb(176,145,56); }

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

background-color css

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

 a { background-color: rgb(176,145,56); }

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

border-color css

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

 span { border-color: rgb(176,145,56); }

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