Html Css Color HEX #B26B07 Golden Brown

📋 copy color: '#B26B07'

red 178 ◦ green 107 ◦ blue 7

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

Shades of Golden Brown #B26B07

Tints of Golden Brown #B26B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

 BLUE value IS 7 (3.13% from 255) = 2.4%

R = 60.96%
G = 36.64%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#B26B07 (or 0xB26B07) is known color: Golden Brown. HEX triplet: B2, 6B and 07. RGB value is (178,107,7). Sum of RGB (Red+Green+Blue) = 178+107+7=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B26B07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B26B07 is #4D94F8. Grayscale: #757575. Windows color (decimal): -5084409 or 486322. OLE color: 486322.

HSL color Cylindrical-coordinate representation of color #B26B07: hue angle of 35.09º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B26B07 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 107 7 -
CMYK 0 0.40 0.96 0.30
HSL 35.09º 0.92% 0.36% -
HSV(B) 35.09º 0.96% 0.7% -
XYZ 23.66 20 2.81 -
YUV 116.83 66.02 171.63 -
System Red Green Blue C M Y K H S L
Decimal 178 107 7 0 0.40 0.96 0.30 35.09 0.92 0.36
Hex B2 6B 7 0 28 60 1E 23 5C 24
Octal 262 153 7 0 50 140 36 43 134 44
Binary 10110010 1101011 111 0 101000 1100000 11110 100011 1011100 100100

Color Harmonies of #B26B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26B07

Black with #B26B07

Text Example


Text Example

White with #B26B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26B07; }

 p { color: rgb(178,107,7); }

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

background-color css

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

 a { background-color: rgb(178,107,7); }

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

border-color css

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

 span { border-color: rgb(178,107,7); }

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