Html Css Color HEX #B7961C Buddha Gold

📋 copy color: '#B7961C'

red 183 ◦ green 150 ◦ blue 28

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

Shades of Buddha Gold #B7961C

Tints of Buddha Gold #B7961C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.55%

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

R = 50.69%
G = 41.55%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7961C (or 0xB7961C) is known color: Buddha Gold. HEX triplet: B7, 96 and 1C. RGB value is (183,150,28). Sum of RGB (Red+Green+Blue) = 183+150+28=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7961C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7961C is #4869E3. Grayscale: #929292. Windows color (decimal): -4745700 or 1873591. OLE color: 1873591.

HSL color Cylindrical-coordinate representation of color #B7961C: hue angle of 47.23º 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 #B7961C is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 150 28 -
CMYK 0 0.18 0.85 0.28
HSL 47.23º 0.73% 0.41% -
HSV(B) 47.23º 0.85% 0.72% -
XYZ 30.64 31.96 5.65 -
YUV 145.96 61.43 154.42 -
System Red Green Blue C M Y K H S L
Decimal 183 150 28 0 0.18 0.85 0.28 47.23 0.73 0.41
Hex B7 96 1C 0 12 55 1C 2F 49 29
Octal 267 226 34 0 22 125 34 57 111 51
Binary 10110111 10010110 11100 0 10010 1010101 11100 101111 1001001 101001

Color Harmonies of #B7961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7961C

Black with #B7961C

Text Example


Text Example

White with #B7961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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