Html Css Color HEX #B18F32 Reef Gold

📋 copy color: '#B18F32'

red 177 ◦ green 143 ◦ blue 50

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

Shades of Reef Gold #B18F32

Tints of Reef Gold #B18F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.65%

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 47.84%
G = 38.65%
B = 13.51%

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

#B18F32 (or 0xB18F32) is known color: Reef Gold. HEX triplet: B1, 8F and 32. RGB value is (177,143,50). Sum of RGB (Red+Green+Blue) = 177+143+50=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 143 (56.25% from 255 or 38.65% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B18F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18F32 is #4E70CD. Grayscale: #8E8E8E. Windows color (decimal): -5140686 or 3313585. OLE color: 3313585.

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

Color convert

RGB 177 143 50 -
CMYK 0 0.19 0.72 0.31
HSL 43.94º 0.56% 0.45% -
HSV(B) 43.94º 0.72% 0.69% -
XYZ 28.53 29.22 7.15 -
YUV 142.56 75.76 152.56 -
System Red Green Blue C M Y K H S L
Decimal 177 143 50 0 0.19 0.72 0.31 43.94 0.56 0.45
Hex B1 8F 32 0 13 48 1F 2C 38 2D
Octal 261 217 62 0 23 110 37 54 70 55
Binary 10110001 10001111 110010 0 10011 1001000 11111 101100 111000 101101

Color Harmonies of #B18F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18F32

Black with #B18F32

Text Example


Text Example

White with #B18F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18F32; }

 p { color: rgb(177,143,50); }

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

background-color css

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

 a { background-color: rgb(177,143,50); }

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

border-color css

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

 span { border-color: rgb(177,143,50); }

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