Html Css Color HEX #B7911C Buddha Gold

📋 copy color: '#B7911C'

red 183 ◦ green 145 ◦ blue 28

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

Shades of Buddha Gold #B7911C

Tints of Buddha Gold #B7911C

RGB

 RED value IS 183 (71.88% from 255) = 51.4%

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

 BLUE value IS 28 (11.33% from 255) = 7.87%

R = 51.4%
G = 40.73%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7911C (or 0xB7911C) is known color: Buddha Gold. HEX triplet: B7, 91 and 1C. RGB value is (183,145,28). Sum of RGB (Red+Green+Blue) = 183+145+28=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B7911C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7911C is #486EE3. Grayscale: #8F8F8F. Windows color (decimal): -4746980 or 1872311. OLE color: 1872311.

HSL color Cylindrical-coordinate representation of color #B7911C: hue angle of 45.29º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7911C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 145 28 -
CMYK 0 0.21 0.85 0.28
HSL 45.29º 0.73% 0.41% -
HSV(B) 45.29º 0.85% 0.72% -
XYZ 29.86 30.4 5.39 -
YUV 143.02 63.09 156.51 -
System Red Green Blue C M Y K H S L
Decimal 183 145 28 0 0.21 0.85 0.28 45.29 0.73 0.41
Hex B7 91 1C 0 15 55 1C 2D 49 29
Octal 267 221 34 0 25 125 34 55 111 51
Binary 10110111 10010001 11100 0 10101 1010101 11100 101101 1001001 101001

Color Harmonies of #B7911C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7911C

Black with #B7911C

Text Example


Text Example

White with #B7911C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7911C; }

 p { color: rgb(183,145,28); }

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

background-color css

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

 a { background-color: rgb(183,145,28); }

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

border-color css

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

 span { border-color: rgb(183,145,28); }

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