Html Css Color HEX #B28F2F Reef Gold

📋 copy color: '#B28F2F'

red 178 ◦ green 143 ◦ blue 47

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

Shades of Reef Gold #B28F2F

Tints of Reef Gold #B28F2F

RGB

 RED value IS 178 (69.92% from 255) = 48.37%

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

 BLUE value IS 47 (18.75% from 255) = 12.77%

R = 48.37%
G = 38.86%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B28F2F (or 0xB28F2F) is known color: Reef Gold. HEX triplet: B2, 8F and 2F. RGB value is (178,143,47). Sum of RGB (Red+Green+Blue) = 178+143+47=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B28F2F is #4D70D0. Grayscale: #8E8E8E. Windows color (decimal): -5075153 or 3116978. OLE color: 3116978.

HSL color Cylindrical-coordinate representation of color #B28F2F: hue angle of 43.97º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B28F2F is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 143 47 -
CMYK 0 0.20 0.74 0.30
HSL 43.97º 0.58% 0.44% -
HSV(B) 43.97º 0.74% 0.7% -
XYZ 28.7 29.32 6.84 -
YUV 142.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 178 143 47 0 0.20 0.74 0.30 43.97 0.58 0.44
Hex B2 8F 2F 0 14 4A 1E 2C 3A 2C
Octal 262 217 57 0 24 112 36 54 72 54
Binary 10110010 10001111 101111 0 10100 1001010 11110 101100 111010 101100

Color Harmonies of #B28F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28F2F

Black with #B28F2F

Text Example


Text Example

White with #B28F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28F2F; }

 p { color: rgb(178,143,47); }

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

background-color css

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

 a { background-color: rgb(178,143,47); }

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

border-color css

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

 span { border-color: rgb(178,143,47); }

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